const github.com/klauspost/compress/zstd.dFastShortTableBits

14 uses

	github.com/klauspost/compress/zstd (current package)
		enc_dfast.go#L18: 	dFastShortTableBits = tableBits                // Bits used in the short match table
		enc_dfast.go#L19: 	dFastShortTableSize = 1 << dFastShortTableBits // Size of the table
		enc_dfast.go#L127: 			nextHashS := hashLen(cv, dFastShortTableBits, dFastShortLen)
		enc_dfast.go#L308: 		e.table[hashLen(cv0, dFastShortTableBits, dFastShortLen)] = te0
		enc_dfast.go#L309: 		e.table[hashLen(cv1, dFastShortTableBits, dFastShortLen)] = te1
		enc_dfast.go#L326: 			nextHashS := hashLen(cv, dFastShortTableBits, dFastShortLen)
		enc_dfast.go#L433: 			nextHashS := hashLen(cv, dFastShortTableBits, dFastShortLen)
		enc_dfast.go#L612: 		e.table[hashLen(cv0, dFastShortTableBits, dFastShortLen)] = te0
		enc_dfast.go#L613: 		e.table[hashLen(cv1, dFastShortTableBits, dFastShortLen)] = te1
		enc_dfast.go#L630: 			nextHashS := hashLen(cv1>>8, dFastShortTableBits, dFastShortLen)
		enc_dfast.go#L773: 			nextHashS := hashLen(cv, dFastShortTableBits, dFastShortLen)
		enc_dfast.go#L961: 		hashVal1 := hashLen(cv0, dFastShortTableBits, dFastShortLen)
		enc_dfast.go#L962: 		hashVal2 := hashLen(cv1, dFastShortTableBits, dFastShortLen)
		enc_dfast.go#L984: 			nextHashS := hashLen(cv, dFastShortTableBits, dFastShortLen)